home *** CD-ROM | disk | FTP | other *** search
- Flyer2.Zip
- Flyer #1 @9438
- Sun Dec 15 15:34:29 1991
- ┌────────────────────────────────────────────────────────────────────────────┐
- │ Mod Name: LNETMENU.MOD Mod Author: Flyer 1@9438 │
- │ Difficulty: █▒ Date: December 16, 1991 │
- │ WWIV Version: 4.2 │
- │ Description: Makes a menu at the WFC, where the sysop can choose between │
- │ different Lnets. │
- └────────────────────────────────────────────────────────────────────────────┘
-
- After looking around, I noticed that there were different Lnets around. I
- have the original Lnet, the LnetPlus, and the new Lnet from Eight Ball. Well,
- instead of having a letter dedicated to each Lnet, or having to choose
- which one I like better than the other, I made a menu, where at the WFC, you
- could hit 'H' and it will give you a choice of which Lnets to use. It was
- very easy to do. This mod should only take you 5 minutes to install, as
- it just involves block copying!
-
-
-
- 1) Back up your source (Why am I even saying this?)
-
- 2) Load up BBS.C, and go down to around line 1090, or search for
- case 'G' in the WFC Menu cases.
-
- 3) After case 'G', and before case 'I', block copy the following between
- the two cases.
-
-
- case 'H':
- if (ok_local()) {
- outchr('\x0c');
- printfile("lnet.msg");
- nl();
- prt(1,"Your choice? ");
- ch=onek("12Q");
- switch(ch){
- case '1': run_external("LNETPLUS"); break;
- case '2': run_external("8BLNET"); break;
- case 'Q': break;
- }
- }
- break;
-
-
- Now, you can add cases, or change the filenames for the Lnets. If you want
- to add cases, add the case number, and go up to the ch=onek line and add
- the letter or number in there.
-
-
- 4) Make an Lnet.msg, and put it in the gfiles directory. This is the menu
- that you will see when you hit 'H'.
-
- Thats it!!!!
-
- As a favor to me, please email me and tell that you have seen this mod
- around, and that you decided to install it. I would like to know how it
- got around.
-
- Flyer - 12/16/91